Skip to content

Conversation

@SuperQ
Copy link
Contributor

@SuperQ SuperQ commented Mar 12, 2025

Enable more golangci-lint linters.

  • forbidigo to stop use of non-logger console printing.
  • goimports to make sure import blocks are formatted nicely.
  • misspell to catch spelling mistakes.
  • whitespace to catch whitespace issues.

@SuperQ
Copy link
Contributor Author

SuperQ commented Mar 12, 2025

👓 @ym More linter fun!

@ym ym self-requested a review March 26, 2025 17:36
Enable more golangci-lint linters.
* `forbidigo` to stop use of non-logger console printing.
* `goimports` to make sure `import` blocks are formatted nicely.
* `misspell` to catch spelling mistakes.
* `whitespace` to catch whitespace issues.

Signed-off-by: SuperQ <superq@gmail.com>
@SuperQ
Copy link
Contributor Author

SuperQ commented Mar 26, 2025

Fixed up more issues.

@SuperQ
Copy link
Contributor Author

SuperQ commented Mar 26, 2025

Tests pass now.

@ym ym merged commit 1f8f885 into jetkvm:dev Mar 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants